<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * @filename numberAnimate.js
 * @author fy[2016-9-18 17:09:00]
 * @update fy[2016-9-18 17:09:00]
 * @version v1.0
 * @description é¡µé¢æ•°å­—æ»šåŠ¨æ’ä»¶
 * @åŸºäºŽjquery
 */
.mt-number-animate{ font-family: 'DINAlternate-Bold;';color: #015CAF; font-weight: bold;line-height:40px; height: 40px;/*è®¾ç½®æ•°å­—æ˜¾ç¤ºé«˜åº¦*/; font-size: 49px;/*è®¾ç½®æ•°å­—å¤§å°*/ overflow: hidden; display: inline-block; position: relative; }
.mt-number-animate .mt-number-animate-dot{ width: 15px;/*è®¾ç½®åˆ†å‰²ç¬¦å®½åº¦*/ line-height: 40px; float: left; text-align: center;}
.mt-number-animate .mt-number-animate-dom{ width: 30px;/*è®¾ç½®å•ä¸ªæ•°å­—å®½åº¦*/ text-align: center; float: left; position: relative; top: 0;}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span{ width: 100%; float: left;}
</pre></body></html>